_ Partial Class settings Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(settings)) Me.KryptonButton1 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton2 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonCheckBox1 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox() Me.KryptonLabel2 = New ComponentFactory.Krypton.Toolkit.KryptonLabel() Me.KryptonComboBox1 = New ComponentFactory.Krypton.Toolkit.KryptonComboBox() Me.ColorDialog1 = New System.Windows.Forms.ColorDialog() Me.KryptonButton3 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.KryptonCheckBox2 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox() Me.KryptonCheckBox4 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox() Me.KryptonLabel3 = New ComponentFactory.Krypton.Toolkit.KryptonLabel() Me.KryptonButton4 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonCheckBox3 = New ComponentFactory.Krypton.Toolkit.KryptonCheckBox() Me.KryptonLabel4 = New ComponentFactory.Krypton.Toolkit.KryptonLabel() Me.KryptonComboBox2 = New ComponentFactory.Krypton.Toolkit.KryptonComboBox() Me.KryptonButton5 = New ComponentFactory.Krypton.Toolkit.KryptonButton() CType(Me.KryptonComboBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.KryptonComboBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'KryptonButton1 ' Me.KryptonButton1.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.KryptonButton1.Location = New System.Drawing.Point(182, 139) Me.KryptonButton1.Name = "KryptonButton1" Me.KryptonButton1.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem Me.KryptonButton1.Size = New System.Drawing.Size(90, 25) Me.KryptonButton1.TabIndex = 3 Me.KryptonButton1.Values.Text = "Save" ' 'KryptonButton2 ' Me.KryptonButton2.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.KryptonButton2.Location = New System.Drawing.Point(86, 139) Me.KryptonButton2.Name = "KryptonButton2" Me.KryptonButton2.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem Me.KryptonButton2.Size = New System.Drawing.Size(90, 25) Me.KryptonButton2.TabIndex = 4 Me.KryptonButton2.Values.Text = "Cancel" ' 'KryptonCheckBox1 ' Me.KryptonCheckBox1.Checked = True Me.KryptonCheckBox1.CheckState = System.Windows.Forms.CheckState.Checked Me.KryptonCheckBox1.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl Me.KryptonCheckBox1.Location = New System.Drawing.Point(12, 8) Me.KryptonCheckBox1.Name = "KryptonCheckBox1" Me.KryptonCheckBox1.Size = New System.Drawing.Size(161, 20) Me.KryptonCheckBox1.TabIndex = 5 Me.KryptonCheckBox1.Text = "1/10th Second resolution" Me.KryptonCheckBox1.Values.Text = "1/10th Second resolution" ' 'KryptonLabel2 ' Me.KryptonLabel2.Location = New System.Drawing.Point(194, 10) Me.KryptonLabel2.Name = "KryptonLabel2" Me.KryptonLabel2.Size = New System.Drawing.Size(39, 20) Me.KryptonLabel2.TabIndex = 6 Me.KryptonLabel2.Values.Text = "Alert:" ' 'KryptonComboBox1 ' Me.KryptonComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.KryptonComboBox1.DropDownWidth = 133 Me.KryptonComboBox1.Items.AddRange(New Object() {"Horn", "Tinkle", "Morning"}) Me.KryptonComboBox1.Location = New System.Drawing.Point(239, 9) Me.KryptonComboBox1.Name = "KryptonComboBox1" Me.KryptonComboBox1.Size = New System.Drawing.Size(93, 21) Me.KryptonComboBox1.TabIndex = 7 Me.KryptonComboBox1.Text = "Morning" ' 'KryptonButton3 ' Me.KryptonButton3.Location = New System.Drawing.Point(341, 1) Me.KryptonButton3.Name = "KryptonButton3" Me.KryptonButton3.Size = New System.Drawing.Size(37, 36) Me.KryptonButton3.TabIndex = 8 Me.ToolTip1.SetToolTip(Me.KryptonButton3, "Sounds a test alert of the alert that is selected.") Me.KryptonButton3.Values.Image = CType(resources.GetObject("KryptonButton3.Values.Image"), System.Drawing.Image) Me.KryptonButton3.Values.Text = "" ' 'ToolTip1 ' Me.ToolTip1.ToolTipTitle = "Test Sound" ' 'KryptonCheckBox2 ' Me.KryptonCheckBox2.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl Me.KryptonCheckBox2.Location = New System.Drawing.Point(12, 34) Me.KryptonCheckBox2.Name = "KryptonCheckBox2" Me.KryptonCheckBox2.Size = New System.Drawing.Size(159, 20) Me.KryptonCheckBox2.TabIndex = 9 Me.KryptonCheckBox2.Text = "Keep counting after alert" Me.KryptonCheckBox2.Values.Text = "Keep counting after alert" ' 'KryptonCheckBox4 ' Me.KryptonCheckBox4.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl Me.KryptonCheckBox4.Location = New System.Drawing.Point(12, 60) Me.KryptonCheckBox4.Name = "KryptonCheckBox4" Me.KryptonCheckBox4.Size = New System.Drawing.Size(164, 20) Me.KryptonCheckBox4.TabIndex = 11 Me.KryptonCheckBox4.Text = "Start timing automatically" Me.KryptonCheckBox4.Values.Text = "Start timing automatically" ' 'KryptonLabel3 ' Me.KryptonLabel3.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldControl Me.KryptonLabel3.Location = New System.Drawing.Point(343, 144) Me.KryptonLabel3.Name = "KryptonLabel3" Me.KryptonLabel3.Size = New System.Drawing.Size(35, 20) Me.KryptonLabel3.TabIndex = 12 Me.KryptonLabel3.Values.Text = "v5.0" ' 'KryptonButton4 ' Me.KryptonButton4.Location = New System.Drawing.Point(197, 69) Me.KryptonButton4.Name = "KryptonButton4" Me.KryptonButton4.Size = New System.Drawing.Size(181, 25) Me.KryptonButton4.TabIndex = 13 Me.KryptonButton4.Values.Text = "Reset Log ID" ' 'KryptonCheckBox3 ' Me.KryptonCheckBox3.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.NormalControl Me.KryptonCheckBox3.Location = New System.Drawing.Point(12, 86) Me.KryptonCheckBox3.Name = "KryptonCheckBox3" Me.KryptonCheckBox3.Size = New System.Drawing.Size(150, 20) Me.KryptonCheckBox3.TabIndex = 14 Me.KryptonCheckBox3.Text = "Show log automatically" Me.KryptonCheckBox3.Values.Text = "Show log automatically" ' 'KryptonLabel4 ' Me.KryptonLabel4.Location = New System.Drawing.Point(194, 43) Me.KryptonLabel4.Name = "KryptonLabel4" Me.KryptonLabel4.Size = New System.Drawing.Size(88, 20) Me.KryptonLabel4.TabIndex = 15 Me.KryptonLabel4.Values.Text = "Startup Mode:" ' 'KryptonComboBox2 ' Me.KryptonComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.KryptonComboBox2.DropDownWidth = 133 Me.KryptonComboBox2.Items.AddRange(New Object() {"Stopwatch", "Countdown"}) Me.KryptonComboBox2.Location = New System.Drawing.Point(285, 43) Me.KryptonComboBox2.Name = "KryptonComboBox2" Me.KryptonComboBox2.Size = New System.Drawing.Size(93, 21) Me.KryptonComboBox2.TabIndex = 16 Me.KryptonComboBox2.Text = "Stopwatch" ' 'KryptonButton5 ' Me.KryptonButton5.Location = New System.Drawing.Point(197, 100) Me.KryptonButton5.Name = "KryptonButton5" Me.KryptonButton5.Size = New System.Drawing.Size(181, 25) Me.KryptonButton5.TabIndex = 17 Me.KryptonButton5.Values.Text = "Flexible Input Syntax" ' 'settings ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.LightSkyBlue Me.ClientSize = New System.Drawing.Size(384, 176) Me.Controls.Add(Me.KryptonButton5) Me.Controls.Add(Me.KryptonComboBox2) Me.Controls.Add(Me.KryptonLabel4) Me.Controls.Add(Me.KryptonCheckBox3) Me.Controls.Add(Me.KryptonButton4) Me.Controls.Add(Me.KryptonLabel3) Me.Controls.Add(Me.KryptonCheckBox4) Me.Controls.Add(Me.KryptonCheckBox2) Me.Controls.Add(Me.KryptonButton3) Me.Controls.Add(Me.KryptonComboBox1) Me.Controls.Add(Me.KryptonLabel2) Me.Controls.Add(Me.KryptonCheckBox1) Me.Controls.Add(Me.KryptonButton2) Me.Controls.Add(Me.KryptonButton1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Name = "settings" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen CType(Me.KryptonComboBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.KryptonComboBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents KryptonButton1 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton2 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonCheckBox1 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox Friend WithEvents KryptonLabel2 As ComponentFactory.Krypton.Toolkit.KryptonLabel Friend WithEvents KryptonComboBox1 As ComponentFactory.Krypton.Toolkit.KryptonComboBox Friend WithEvents ColorDialog1 As System.Windows.Forms.ColorDialog Friend WithEvents KryptonButton3 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents KryptonCheckBox2 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox Friend WithEvents KryptonCheckBox4 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox Friend WithEvents KryptonLabel3 As ComponentFactory.Krypton.Toolkit.KryptonLabel Friend WithEvents KryptonButton4 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonCheckBox3 As ComponentFactory.Krypton.Toolkit.KryptonCheckBox Friend WithEvents KryptonLabel4 As ComponentFactory.Krypton.Toolkit.KryptonLabel Friend WithEvents KryptonComboBox2 As ComponentFactory.Krypton.Toolkit.KryptonComboBox Friend WithEvents KryptonButton5 As ComponentFactory.Krypton.Toolkit.KryptonButton End Class